Skip to content

Case actions list

Status Component Type

Special (option list) rendering of LiveAppsCaseActionsComponent

Usage

This Component can be used by using the following HTML Tag:

<tcla-live-apps-case-actions-list></tcla-live-apps-case-actions-list>

Inputs

Attribute Type Comments
formFieldRendering boolean
label string
seletedActionId string Pre-select specified actionId
actionFilter string[] Dont show buttons for any actions that start with this string.eg: '$' will remove the action $Update
appId string The LA Application Id
caseRef string The case reference
loadOnDemand boolean
maxActions Max Actions that can be run simultaneously
sandboxId number sandboxId - this comes from claims resolver
typeId string

Outputs

Attribute Type Comments
actionClicked EventEmitter
Event actionClicked Case Action selected
Payload LaProcessSelection LaProcessSelection object output when an action is clicked (ie. message to parent to run action component)

full development Documentation

Link to LiveAppsCaseActionsListComponent